home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / KADFILE.ZIP / KAD.DOC < prev    next >
Text File  |  1995-03-06  |  2KB  |  36 lines

  1. These files should be include in the zip.
  2.  
  3. combexes.txt - Explains KAD files.
  4. -------------------------------------------------------------------------
  5. mpack.bat  - makefile for PACKER.C
  6. mtest.bat  - makefile for TEST.C
  7. mlzar.bat  - makefile for LZari.c
  8. -------------------------------------------------------------------------
  9. kad.doc
  10. kad.c      - KADfile routines
  11. kad.h      - Header file for KAD.C
  12. lzc.c      - LZARI compression system, modified for use by KADfile
  13. lzc.h      - Header file for LZC.C
  14. encrypt.h  - encryption routine
  15. dir.stc    - KAD file directory structure
  16. -------------------------------------------------------------------------
  17. test.c     - test program for the KADfile system.
  18. Packer.c   - Program to create KADfiles.
  19. lzari.c    - LZari.c compression by Haruhiko Okumura
  20. -------------------------------------------------------------------------
  21. dummy.ari  - compressed file used for testing
  22. dummy.dat  - text file used for testing
  23. dummy.kad  - KADfile containing the three previous files
  24. dummy.prj  - sample project file for KADfiles
  25. --------------------------------------------------------------------------
  26.  
  27.  
  28.    I have commented the code instead of writing a complete doc file.
  29. Adding additional file formats is easy! I included a basic compression
  30. system, since most people ignore it. And I added an en/decryption routine.
  31. The encryption method used is simplistic. I KNOW I can't stop someone who
  32. really wants too from ripping files from a released KAD/EXE mix.  I
  33. just wanted to make it a little difficult. :> I primarily hate auto-ripping
  34. software! If a lamer can't figure it out for himself, LET HIM SUFFER!
  35.  
  36.